
/* common css start */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
      font-family: "Outfit", sans-serif;
}
body{
    overflow-x: hidden;
      font-family: "Outfit", sans-serif;
}
a{
    text-decoration: none;
      font-family: "Outfit", sans-serif;
      transition: 0.3s ease;
}
a:hover {
	
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle;
}


/* common css end */

/* topbar */
.quikctech-top-num ul{
    display: flex;
    gap: 10px;
}

.quikctech-top-num ul li a{
    color: white;
    font-size: 15px;
}


.quikctech-top-social ul{
    display: flex;
    gap: 15px;
    justify-content: end;
}
.quikctech-top-social ul li a{
    color: white;
    font-size: 17px;
}
#quikctech-topbar{
    padding: 4px 0;
  background: linear-gradient(90deg, #1e3c8b, #435be1);

}
/* topbar */

/* navbar */
.navbar {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* bottom shadow */
}
.quicktech-logo{
    height: 80px;
}

.quicktech-d-study{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.book-btn a{
    
}

.book-btn{
    padding: 6px 24px;
   background: #435be1;

    border-radius: 5px;
    color: white !important;
    border: 1px solid  transparent;
}
.book-btn:hover{
   box-shadow: 5px 10px 0px -1px #435be1;
	-webkit-box-shadow: 4px 4px 0px -1px #435be1;
	-moz-box-shadow: 5px 10px 0px -1px #435be1;
    background: white;
    border: 1px solid #435be1;
    color: black !important;
}

.quikctech-nav-menu{
    display: flex;
    gap: 10px;
    align-items: center;
}
.nav-link {
    color: black;
}
/* navbar */

/* banner */
.swiper {
  width: 100%;
  height: 500px;
}

.quikctech-banner-img img{
    height: 100%;
    object-fit: cover;
}

.quikctech-banner-img{
    position: relative;
}
.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1e3c8bb0;
}

.quyikctech-banner-text{
    padding-top: 108px;
}
.quyikctech-banner-text h3{
font-size: 43px;
  color: white;
  font-weight: 700;
}
.quyikctech-banner-text p{
color: white;
  font-size: 19px;
  width: 70%;
  margin: auto;
  font-weight: 700;
}

.quyikctech-banner-text a{
    padding: 6px 20px;
  background: #ffba00;
  color: white;
  border-radius: 7px;
}
 #quicktech-banner{
    position: relative;
 }

 .quicktech-ban-box-inner{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 30px 20px;
    background-color: white;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid #435be1;
 }
 .quicktech-ban-box-inner svg{
    height: 40px;
    margin-bottom: 10px;
 }
 .quicktech-ban-box-inner h4 {
  color: #435be1;
}
.quicktech-banner-box {
	position: absolute;
	bottom: -96px;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
      
	width: 100%;
}
/* banner */

/* gateway */
#quicktech-gateway {
	margin-top: 180px;
	background: linear-gradient(90deg, #1e3c8b, #435be1);
	padding: 20px 0;
}

#quicktech-about{
    	/* margin-top: 30px; */
	background-color: #637ae2;
	padding: 20px 0;
}

.quikctech-gateway-text h3{
    font-size: 45px;
  font-weight: 600;
  color: #344259;
}
.quikctech-gateway-text h3 span{
    font-size: 45px;
  font-weight: 600;
  color: white;
}
.quikctech-gateway-text p{
    color:black ;
}
.quikctech-gate-inner{
    text-align: center;
  padding: 30px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#quicktech-dedicated-teams {
  background: #e6eafa;
  padding: 1px 0;
}
.swipergateway {
	height: 255px;
}

.quikctech-gateway-text{
    padding-top: 81px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.grid-item {
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 9px;
}

.grid-item i {
  margin-right: 10px;
  color: #ffffff;
}

.quikctech-gateway-text span{
    color: white;
    font-size: 16px;
    font-weight: 600;
}

/* gateway */


/* abroad journey */
.quicktech-main-head h1{
    font-size: 45px;
  font-weight: 600;
  color: #435be1;
}

.quikctech-abroad-inner p{
    padding: 0 0;
    font-size: 20px;
  font-weight: 500;
  color: #151515;
}

.quikctech-abroad-inner{
    background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.quikctech-ab-text{
    padding: 6px 20px;
    padding-bottom: 25px;
}

.swiperabroad {
	/*height: 283px;*/
}
#quikctech-abroadjourney{
    padding: 9px 0;
}

.quikctech-abroad-inner img {
	/*height: 170px;*/
}

#quicktech-partners{
    padding: 23px 0px;
}
.quicktech-partner-img {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    margin: 5px 0;
    border-radius: 10px;
}
.head-span{
    color: black;
    font-weight: 600;
}
/* abroaud journey */

/* counter */
#quicktech-counter{
    height: 500px;
    margin-top: 50px;
    position: relative;
}

.overlay-counter {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #435be1de;
	width: 100%;
	height: 100%;
	padding: 50px 0;
}
.quicktech-counter-img svg {
	/* height: 57px; */
	fill: white;
	width: 52px;
}

.quicktech-counter-inner {
	display: flex;
	gap: 16px;
	align-items: baseline;
}
.quikctech-counter-text h4{
    color: white;
    font-size: 45px;
    font-weight: 700;
}

.quikctech-counter-text p{
    color: white;
    font-size: 18px;
}
.gapp-c{
    row-gap: 46px;
}
/* counter */


/* testimonial */
#quicktech-testimonial{
    background-color: #e6eafa;
    padding-bottom: 40px;
}
.quicktech-testimonial{
    text-align: center;
    background-color: white;
}
.quicktech-testimonial img{
    height: 60px;
    border-radius: 50%;
}
.quicktech-testimonial{
    border: 1px solid #ddd;
  border-radius: 5px;
  padding: 14px;
}
.quicktech-testimonial h4 {
    color: #435be1;
}
.quicktech-testimonial h5 {
    color: #1e3c8b;
}

.swipertesti {
	height: 269px;
}

.quicktech-review-text{
    display: flex;
    gap: 10px;
}
.quicktech-review-text ul{
    display: flex;
    gap: 10px;
    align-items: center;
}
.quicktech-review-text  h2{
    font-size: 50px;
}
.quicktech-review-text ul li {
    font-size: 24px;
    color: #435be1;
}
.quicktech-r-desp a{
    padding: 6px 25px;
    border: 1px solid #435be1;
    background-color: #435be1;
    color: white;
    border-radius: 5px;
    transition: 0.3s ease;
}

.quicktech-r-desp a:hover{
    padding: 6px 25px;

    background-color: white;
    box-shadow: 5px 10px 0px -1px #435be1;
	-webkit-box-shadow: 4px 4px 0px -1px #435be1;
	-moz-box-shadow: 5px 10px 0px -1px #435be1;
    background: white;
    border: 1px solid #435be1;
    color: black !important;
}

.quicktech-event-date{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.quikctech-events-inner{
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.quicktech-event-text{
    padding: 10px;
}

.quikctech-event-img img{
    height: 188px;
}

.quicktech-event-text h3{
    font-size: 25px;
  font-weight: 600;
}
.quicktech-event-date p{
    color: black;
}
.quicktech-event-date p i{
    font-size: 30px;
    color: black;
}

.quicktech-event-text h3{
    color: black;
}
.gapp{
    row-gap: 20px;
}

.quikctech-event-text h1{
    font-size: 45px;
  font-weight: 600;
  color: #435be1;
}

.quikctech-event-text{
    padding-top: 135px;
}
/* testimonial */

/* certified */
.quikctech-certified-img img{
    height: 120px;
}
.quikctech-certified-img {
    display: flex;
    overflow: hidden;
    width: 100%;  /* Adjust as needed */
}

.quikctech-certified-img img {
    width: auto;
    margin-right: 20px;  /* Adjust spacing between images */
    flex-shrink: 0;  /* Prevent shrinking */
    animation: scrollLeft 10s linear infinite;  /* Animation duration */
}

.quikctech-certified-img:hover img {
    animation-play-state: paused;  /* Stop animation on hover */
}

@keyframes scrollLeft {
    0% {
        transform: translateX(100%);  /* Start off-screen to the right */
    }
    100% {
        transform: translateX(-100%);  /* Move completely to the left */
    }
}

#quicktech-certified{
    padding: 10px 0;
}

/* certified */

/* blog */
.quicktech-b-img img{
    height: 279px;
    object-fit: cover;
}

.quikctech-blog-inner{
    border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.quicktech-b-text{
    padding: 18px;
}

.quicktech-b-text span{
    padding: 4px 20px;
  background-color: #435be1;
  border-radius: 20px;
  color: white;
  font-size: 13px;
}

.quicktech-b-text h4{
    padding-top: 13px;
    color: black;
}

.quicktech-b-text p{
    font-size: 13px;
  color: #0000006e;
  font-weight: 600;
}
.quicktech-b-text h6 {
	max-width: 600px;
	color: #000000ad;
    
}
.quicktech-blog-side {
	display: flex;
	gap: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}
.quicktech-blog-img-side img {
	height: 100%;
	width: 82px;
	object-fit: cover;
}

.quikctech-blog-text-side h4{
    font-size: 20px;
    color: black;
}

/* blog */

#quicktech-counter{
    background-attachment: fixed !important;
}

 .quicktech-form-container {
      background: white;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      max-width: 600px;
      margin: 50px auto;
    }
    .quicktech-form-header {
      text-align: center;
      margin-bottom: 30px;
    }
    .quicktech-form-header h1 {
      font-size: 26px;
      color: #333;
      font-weight: 600;
    }
  .quicktech-form-control {
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: white;
}
    .quicktech-btn-custom {
      background-color: #435be1;
      color: white;
      padding: 12px 20px;
      border-radius: 5px;
      border: none;
      font-size: 16px;
    }
    .quicktech-btn-custom:hover {
      background-color: #004c99;
    }


    #quicktech-free-consultation{
        position: relative;
    }

    .overlay-free{
    
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1515157e;
    }

    /* footer */
      #quicktech-footer {
            padding: 40px 0;
            background: #e6eafa;
            padding-bottom: 0;
        }

      .quikctech-footer-img p{
        color: black;
      }

      .quikctech-footer-mains h4{
        color: black;
        padding-bottom: 10px;
      }
  .quikctech-footer-mains ul li{
    padding-bottom: 10px;
  }
        .quikctech-footer-mains ul li a{
            color: black;

        }

.quikctech-footer-mains{
    padding-left: 20px;
}


.quikctech-copyright p {
    color: black;
}
.quikctech-copyright p a{
    color: #435be1;
}
.quikctech-footer-mains h3{
    font-size: 20px;
}

.quikctech-bottom-social ul li{
    width: 40px;
  height: 40px;
  border: 1px solid #435be1;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.quikctech-bottom-social ul li a i{
   color: #435be1;
   font-size: 18px;
}
    /* footer */


    .quicktech-b-btnn a{
        padding: 6px 25px;
  border: 1px solid #435be1;
  background-color: #435be1;
  color: white;
  border-radius: 5px;
  transition: 0.3s ease;
    }

    .quicktech-b-btnn a:hover{
        padding: 6px 25px;
  background-color: white;
  box-shadow: 5px 10px 0px -1px #435be1;
  -webkit-box-shadow: 4px 4px 0px -1px #435be1;
  -moz-box-shadow: 5px 10px 0px -1px #435be1;
  background: white;
  border: 1px solid #435be1;
  color: black !important;
    }

    .quicktech-b-btnn{
        display: flex;
        gap: 15px;
    }

    .quikctech-newsletter input{
        padding: 5px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-right: 0;
  padding-left: 11px;
  border: 1px solid #ddd;
    }

    .quikctech-newsletter button{
        padding: 9px;
  border: 1px solid #ddd;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #435be1;
  color: white;
    }


    /* mission */
    .quikctech-mision-text h4{
        font-size: 32px;
        font-weight: 700;
    }

       .quikctech-mision-text p{
        font-size: 17px;
        font-weight: 700;
        color: #435be1;
    }


    .quikctech-mision-text{
        padding-left: 160px;
        padding-top: 47px;
    }


     .quikctech-vision-text h4{
        font-size: 32px;
        font-weight: 700;
        color: white;
    }

       .quikctech-vision-text p{
        font-size: 17px;
        font-weight: 700;
        color: white;
        
    }
       .quikctech-vision-text span{
      
        color: white;
        
    }


    /* .quikctech-vision-text{
        padding-left: 160px;
        padding-top: 47px;
    } */

#quikcteh-vision{
    background:linear-gradient(90deg, #1e3c8b, #435be1) ;
    padding: 80px 0;
    position: relative;
}
.quikctech-v-img img {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 250px;
}

    /* mission */


    /* chairman message */
      .quikctech-message-chairman-text h4{
        font-size: 31px;
  font-weight: 700;
      }

       .quikctech-message-chairman-text {
	padding-top: 95px;
}

       .quikctech-chairm-img img{
        height: 409px;
       }
        .quikctech-message-chairman-text p{
        font-size: 19px;
  
      }
        .quikctech-message-chairman-text h6{
        font-size: 21px;
        font-weight: 700;
        padding-top: 15px;
  
      }

.quicktech-dedicated-team-inner{
    border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.quikctech-d-text {
    padding: 10px 0;
    padding-bottom: 15px;
}

.quikctech-d-text h4{
    font-size: 20px;
    font-weight: 700;
    color: #435be1;
}
.quikctech-d-img img {
	height: 260px;
}
.quikctech-d-text a{
   padding: 7px 25px;
  background-color: #435be1;
  color: white;
  border-radius: 5px;
}
.quikctech-d-text a:hover{
    box-shadow: 5px 10px 0px -1px #435be1;
  -webkit-box-shadow: 4px 4px 0px -1px #435be1;
  -moz-box-shadow: 5px 10px 0px -1px #435be1;
  background: white;
  border: 1px solid #435be1;
  color: black !important;
}
.quikctech-d-text p i{
    color: #435be1;
}
    /* chairman-message */

    /* study abroad */
#quikctech-study-abroad-banner{
 height: 400px;
 position: relative;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.295);*/
}

.quicktech-banner-text-all h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quicktech-banner-text-all h3{
    font-size: 40px;
    color: white;
    font-weight: 600;
}

.quicktech-cate-st-inner ul {
	display: flex;
	gap: 23px;
	justify-content: center;
	flex-wrap: wrap;
}
.quicktech-cate-st-inner ul li a {
	box-shadow: 5px 10px 0px -1px #435be1;
	-webkit-box-shadow: 4px 4px 0px -1px #435be1;
	-moz-box-shadow: 5px 10px 0px -1px #435be1;
	background: white;
	border: 1px solid #435be1;
	color: black !important;
	padding: 4px 10px;
	transition: 0.2s ease;
}

.quicktech-cate-st-inner ul li a:hover{
    box-shadow: none;
  -webkit-box-shadow:none;
  -moz-box-shadow: none;
  background: white;
  border: 1px solid #435be1;
  color: black !important;
  padding: 4px 10px;
}

.quicktech-country-d-img p {
	padding-top: 12px;
	font-size: 17px;
}

.quikctech-book-free-btn a{
    padding: 8px 30px;
    padding-right: 24px;
    padding-left: 24px;
  background: #435be1;
  border-radius: 5px;
  color: white !important;
  border: 1px solid transparent;
  font-size: 18px;
}

.quikctech-book-free-btn a:hover{
    box-shadow: 5px 10px 0px -1px #435be1;
  -webkit-box-shadow: 4px 4px 0px -1px #435be1;
  -moz-box-shadow: 5px 10px 0px -1px #435be1;
  background: white;
  border: 1px solid #435be1;
  color: black !important;
}
.quicktech-d-icon svg {
	height: 60px;
	width: max-content;
	background-color: aliceblue;
	padding: 10px;
	/* fill: white !important; */
}

.quikctech-d-list {
	display: flex;
	gap: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 12px;
	padding-left: 34px;
	padding-top: 24px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease;
}

	.quikctech-d-list:hover {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -6px 1px 0px -3px #435be1;
	-moz-box-shadow: 5px 10px 0px -1px #435be1;
}

.quikctech-d-textt h5{
    font-weight: 600;
}

#quicktech-country-de{
    margin-top: 89px;
}

.quikctech-ap-head span{
    font-weight: 700;
    color: white;
    font-size: 17px;
}

.quikctech-ap-head h1{
    font-size: 40px;
    font-weight: 700;
    color: white;
}

.quikctech-ap-head p{
    font-size: 17px;
    padding-top: 10px;
    color:white;
}
/* study abroad */

/* application */
.quikctch-ap-points ul li svg{
    height: 20px;
  width: max-content;
}

.quikctch-ap-points ul li {
    display: flex;
  gap: 13px;

}
.quikctch-ap-points ul li i{
    padding-top: 7px;
}

.quikctech-apply-text h4{
    font-size: 25px;
    color: white;
}
.quikctech-apply-text p{
    color: white;
}
.quikctech-apply-text span{
    font-size: 18px;
    color: white;
}
.quikctch-ap-points ul li {
	color: #ffffffd4;
}
#quikctech-application{
    background: linear-gradient(90deg, #1e3c8b, #435be1);
    padding: 40px 0;
    color: #fff;
}

#quicktech-budget{
    padding: 40px 0;
}

.quikctech-b-inner-p{
    display: flex;
  align-items: center;
  gap: 13px;
}

.quikctech-b-inner-p i{
padding: 10px;
  background-color: #435be1;
  color: white;
  border-radius: 5px;
}
.quikctech-appli-img img {
  border-radius: 10px;
}
.quikctech-b-inner-p h4{
    font-size: 18px;
    font-weight: 600;
}
.quikctech-b-inner-p h4 span{
    font-size: 17px;
    font-weight: 400;
}

.quikctech-b-h{
    font-size: 17px;
    font-weight: 700;
    color:#637ae2 ;

}

.quikctech-budget-text p{
    font-size: 18px;
}

.quikctech-t-b{
    display: grid;
  grid-template-columns: 1fr 1fr;
}

.quikctech-b-img img{
    border-radius: 10px;
}

.quikctech-scholarship-points{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

#quicktech-scholarship{
    background: linear-gradient(90deg, #1e3c8b, #435be1);
  padding: 40px 0;
}
#quicktech-scholarship i{
    background-color: white;
  color: #1e3c8b !important;
  border-radius: 5px;
}
.quicktech-work-text{
    display: flex;
  gap: 16px;
}


/* application */


/* work */

#quicktech-work{
    background: linear-gradient(90deg, #1e3c8b, #435be1);
    padding: 40px 0;
    color: #fff;
}



.quikctech-right-text h4{
    color: white;
    font-weight: 600;

}

.quikctech-right-text p{
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.quikctech-popularjobs-inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}


/* work */
#quicktech-faq{
       background: linear-gradient(90deg, #1e3c8b, #435be1);
    padding: 40px 0;
    margin-top: 40px;
}

.accordion-button{
   background-color: white !important;
  color: #1e3c8b;
  border-bottom: 2px solid #1e3c8b;
  font-weight: bold;
}
/* # */


/* gallery */
.quikctech-gallery-head h4{
    color:#637ae2 ;
}

.quikctech-gallery-img img{
    border-radius: 5px;
      height: 234px;
      transition: 0.2s ease;
}
.quikctech-gallery-img img:hover{
    filter:brightness(70%) ;
}

/* Remove border and styling for the modal */
.modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

/* Hide modal header and footer */
.modal-header, .modal-footer {
  display: none;
}



/* Optional: Close button position */
.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

/* gallery */


/* video */
  /* Custom styles for the layout */
       .quicktech-video-container {
	display: flex;
	border: 1px solid #ddd;
	border-radius: 5px;
}
       .quicktech-video-list {
	width: 25%;
	padding: 10px;
	border-right: 1px solid #ddd;
	height: 526px;
	overflow-y: auto;
}
      .quicktech-video-list li {
	cursor: pointer;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
        .quicktech-video-list li:hover {
            background-color: #f0f0f0;
        }
            .quicktech-video-list li span{
                color: rgba(0, 0, 0, 0.562);
                font-size: 13px;
            }
        .quicktech-video-player {
            width: 75%;
            padding: 10px;
        }


            .quicktech-video-player iframe{
            height: 500px !important;
            width: 100% !important;
        }

        .quikctech-playlisthead{
            border-bottom: 1px solid #ddd;
            padding-bottom: 5px;
        }


/* ideo */


/* contact */
.quicktech-map-iframe iframe {
	width: 100% !important;
	height: 323px !important;
}

.quicktech-add-inner{
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.quikctech-contact-text{
    padding: 35px;
}

.quikctech-contact-text h5{
    font-size: 30px;
    color: #004c99;
    padding-bottom: 12px;
}

.quikctech-contact-text ul li{
    padding-bottom: 12px;
     font-size: 18px;
     color: black;
}
.quikctech-contact-text ul li a{
    font-size: 18px;
    color: black;
}
.quikctech-contact-text ul li i{
    color: #004c99;
    padding-right: 10px;
    font-size: 20px;
}

.quikctech-contact {
    background-color: #f7f9fc;
    padding: 40px;
    border-radius: 8px;
    margin-top: 50px;
}

.quikctech-contact h2 {
    font-size: 30px;
    color: #007bff;
    font-weight: bold;
    margin-bottom: 30px;
}

.quikctech-name, .quikctech-phone, .quikctech-email {
    margin-bottom: 15px;
}

.quikctech-note {
    margin-bottom: 20px;
    min-height: 100px;
}

.quikctech-send-message {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.quikctech-send-message:hover {
    background-color: #0056b3;
}

.quicktech-co-img img{
    height: 377px;
}
.quicktech-co-img {
    margin-top: 18px;
}

.quikctech-v-h-img img {
	height: auto;
	width: 100%;
}

#quikctech-video-banner{
    background-color: #15234a;
    padding: 40px 0;
}


.quicktech-video-banner-text h4{
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.quicktech-video-banner-text p{
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.quicktech-video-banner-text span{
    color: white;
    font-size: 17px;
    font-weight: 400;
}

.quicktech-video-banner-text{
    padding-top: 100px;
}
/* contact */

/* video */
#quikctech-video-banner{
    background-color: #15234a;
    padding: 40px 0;
}


.quicktech-video-banner-text h4{
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.quicktech-video-banner-text p{
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.quicktech-video-banner-text span{
    color: white;
    font-size: 17px;
    font-weight: 400;
}

.quicktech-video-banner-text{
    padding-top: 100px;
}
.quicktech-video-iframe iframe{
    width: 100% !important;
    height: 230px !important;
}

.quicktech-video-text h5 img{
    height: 25px;
}

.quicktech-video-text h5{
    display: flex;
  align-items: flex-start;
  gap: 10px;
  color: black;
}

.quikctech-v-views{
    display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #0000008c;
  font-weight: 600;
}

.quikctech-video-inner{
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    transition: 0.3s ease;
}
.quikctech-video-inner:hover{
    transform: scale(1.2);
}

.quicktech-video-text{
    padding: 15px;
  padding-bottom: 3px;
}

.quikctech-video-d-inner iframe{
    width: 100% !important;
    height: 500px !important;
}
.quicktech-video-details-text h1 {
	display: flex;
	gap: 10px;
	align-items: first baseline;
    font-size: 29px;
}
.quicktech-video-details-text h1 img{
    height: 40px;
    padding-top: 13px;
}

/* .quicktech-videodetails-text {
  padding: 20px;
  background-color: #fff;
  margin: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

.quicktech-videodetails-text h2 {
  color: #0044cc;
  font-size: 24px;
  margin-bottom: 15px;
}

.quicktech-videodetails-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.quicktech-videodetails-text p strong {
  font-weight: bold;
}

.quicktech-appointemnt-inner {
	padding: 60px;
	background-color: #004c99;
}

.quicktech-appointemnt-inner h4{
    color: white;
  font-weight: 600;
  font-size: 28px;
}
.quicktech-appointemnt-inner ul li a{
    color: white;
}
.quicktech-appointemnt-inner ul li{
    color: white;
    padding-bottom: 17px;
}
.quicktech-appointemnt-inner{
    position: relative;
}
.quicktech-book-img img{
    position: absolute;
    bottom: 0;
    right: 0;
}

.quikctech-book-btn a{
    padding: 6px 25px;
  border: 1px solid #435be1;
  background-color: #435be1;
  color: white;
  border-radius: 5px;
  transition: 0.3s ease;
}
.quikctech-book-btn a:hover{
    padding: 6px 25px;
  background-color: white;
  box-shadow: 5px 10px 0px -1px #435be1;
  -webkit-box-shadow: 4px 4px 0px -1px #435be1;
  -moz-box-shadow: 5px 10px 0px -1px #435be1;
  background: white;
  border: 1px solid #435be1;
  color: black !important;
}

.quicktech-other-v-text h5{
    display: flex;
    gap: 10px;

}

.quicktech-other-v-inner{
    display: flex;
    gap: 10px;
}
.cuiktech-other-v-img img {
	max-width: 99px;
	max-height: 99px;
	padding-top: 10px;
}
.quicktech-other-v-inner {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 11px;
	padding-bottom: 0px;
	margin-bottom: 19px;
    transition: 0.3s ease;
}
.quicktech-other-v-inner:hover{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);

}

.quikctech-other-video h4{
    border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 13px;
}
/* video */

/* blog */
.quicktech-search {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.quicktech-search-input {
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 25px;
    font-size: 14px;
    width: 100%;
    outline: none;
    transition: border 0.3s ease;
}

.quicktech-search-input:focus {
    border: 1px solid #007bff;
}

.quicktech-search-select {
	border: 1px solid #e0e0e0;
	padding: 10px;
	border-radius: 25px;
	margin-left: 10px;
	font-size: 14px;
	background-color: #fff;
	outline: none;
	width: 29%;
}

.quicktech-search-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.quicktech-search-button:hover {
    background-color: #0056b3;
}

.quikctech-bog-text {
	padding: 21px;
	padding-bottom: 18px;
	padding-top: 8px;
}
.quikctech-bog-text p{
    color: #00000078;
}

.quicktech-blog-date img{
  padding-right: 11px;
}

.quikctech-rea-b{
    padding: 6px 57px;
  background-color: white;
  border: 1px solid #004c99;
  color: black;
  font-weight: 600;
  border-radius: 5px;
}
.quikctech-bog-text h4{
    color: black;
}
.quikctech-blog-inners:hover .quikctech-rea-b{
    background-color: #004c99;
    color: white;
    
}
.quikctech-blog-inners{
    border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  background-color: white;
}
.quikctech-blog-inners:hover{
    transform: scale(1.2);
}
.quicktech-blog-img img{
    height: 250px;
  object-fit: cover;
}

.quikctech-video-d-inner img{
    height: 450px;
}

.quicktech-past-btn{
    padding: 6px 25px;
    background-color: #0044cc;
    color: white;
    font-weight: 600;
}

/* blog */

/* events */
.quicktech-event-inner{
      border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  background-color: white;
}

.quicktech-event-inner:hover{
     transform: scale(1.2);
}
.quikctech-event-texts{
    padding: 20px;
}
.quicktech-event-inner{
    border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
}

.quikctech-event-texts h4{
    padding-top: 12px;
}
.quicktech-blog-date span {
	/* padding: 0; */
	/* margin: 10px auto; */
	font-size: 17px;
	font-weight: 400;
}
.quicktech-blog-date ul{
    padding-top: 13px;
}
.quicktech-blog-date ul li{
    color: #004c99;
    font-weight: 600;
}
.quikctech-round-one {
	width: 200px;
	height: 200px;
	background-color: cadetblue;
	border-radius: 50%;
	padding: 34px 0;
	position: absolute;
	top: 28px;
	left: 169px;
}

.quikctech-ee-round-inner{
    position: relative;
}
.quikctech-round-two {
	width: 200px;
	height: 200px;
	background-color: #004c99;
	border-radius: 50%;
	padding: 42px 0;
	position: absolute;
	top: 130px;
	right: 117px;
}
.quikctech-round-three {
	width: 200px;
	height: 200px;
	background-color: #007bff;
	border-radius: 50%;
	padding: 42px 0;
	position: absolute;
	top: 188px;
	left: 155px;
}
.quikctech-round-one h3{
    color: white;
    font-weight: 700;
}
.quikctech-round-one h3 i{
 font-size: 40px;
 padding-bottom: 10px;
}
.quikctech-round-two h3{
    color: white;
    font-weight: 700;
}
.quikctech-round-two h3 i{
 font-size: 40px;
 padding-bottom: 10px;
}
.quikctech-round-three h3{
    color: white;
    font-weight: 700;
}
.quikctech-round-three h3 i{
 font-size: 40px;
 padding-bottom: 10px;
}

.quicktech-event-dates h5{
    font-size: 15px;
    color: #004c99;
}

.quicktech-profile-text span{
        font-size: 20px;
  font-weight: 300;
}

.quicktech-profile-text p{
    color: #004c99;
}

.quicktech-profile-text h4{
    font-weight: 600;
}
.quicktech-btns-question a{
    padding: 6px 25px;
  border: 1px solid #435be1;
  background-color: #435be1;
  color: white;
  border-radius: 5px;
  transition: 0.3s ease;
}
.quicktech-btns-question a:hover{
   padding: 6px 25px;
  background-color: white;
  box-shadow: 5px 10px 0px -1px #435be1;
  -webkit-box-shadow: 4px 4px 0px -1px #435be1;
  -moz-box-shadow: 5px 10px 0px -1px #435be1;
  background: white;
  border: 1px solid #435be1;
  color: black !important;
}

/* events */

.quicktech-profile-text{
    margin-top: 129px;
}

.quikctech-apply-butonns ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	border-bottom: 2px solid #ddd;
	padding: 0 20px;
	width: 100%;
	gap: 27px;
	margin: auto;
}

.quikctech-apply-butonns ul li a{
    color: black;
  font-size: 18px;
  font-weight: 600;
}
.quikctech-apply-butonns ul li span{
    color: red;
  font-size: 14px;
  font-weight: 600;
}

.apply-active{
border-bottom: 2px solid #435be1;
color: #435be1;
}
.apply-active a{
    color: #435be1 !important;
}

.quicktech-personal-info-inner h4{
    color: #435be1 ;
    margin-bottom: 15px;
}

.quikctech-continue-btn a {
	padding: 6px 34px;
	background-color: #435be1;
	color: white;
	font-weight: 600;
	font-size: 20px;
	border-radius: 5px;
}



 .exam-accordion .accordion-button {
      background: #fff;
    
      font-weight: 600;
      box-shadow: none;
      border: none;
    }
    .exam-accordion .accordion-button::after {
      background-image: none;
      content: "+";
      font-size: 1.2rem;
      font-weight: bold;
      color:  #435be1;
    }
    .exam-accordion .accordion-button:not(.collapsed)::after {
      content: "−"; /* minus sign */
    }
    .exam-accordion .accordion-item {
      border: none;
      border-bottom: 1px solid #eee;
    }

    .quicktech-ss{
        color: #435be1 !important;
    }

    .exam-accordion{
        border-left: 3px solid  #435be1;
    }

       .custom-box {
      background-color: #f1f1f1;
      border-radius: 6px;
      padding: 6px 16px;
      font-weight: 500;
      color: #555;
    }

    .quikctech-apply-butonns{
        width: 100%;
  overflow-x: auto;
    }

    /* uni details */
       
    #quicktech-unidetails{
        height: 500px;
        position: relative;
    }


    .quicktech-program-name ul li img{
        height: 25px;

    }


    .quicktech-program-name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.quicktech-program-name h5{
    background: linear-gradient(90deg, #1e3c8b, #435be1);
  padding: 8px 40px;
  font-size: 25px;
  color: white;
  border-radius: 4px;
}


.quicktech-program-name ul {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	justify-content: center;
}

.quicktech-program-name ul li {
    color: white;
}

.quicktech-tution-main h5{
    color: white;
}

.quicktech-tution-d-inner {
	background-color: white;
	padding: 46px 38px;
	position: absolute;
	bottom: -68px;
	display: flex;
	box-shadow: 10px 15px 40px rgba(0,0,0,.1);
	gap: 60px;
	border-radius: 5px;
}


#quikctech-course-overview{
    margin-top: 110px;
}

.quikctech-overview-details {
	padding: 34px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 10px 15px 40px rgba(0,0,0,.1);
}
.quikctech-overview-details p{
    font-size: 19px;
  text-align: justify;
}

.quikctech-course-sum-inner ul li img{
   height: 37px;
}

.quikctech-course-sum-inner{
    padding: 34px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 10px 15px 40px rgba(0,0,0,.1);
}

.quikctech-course-sum-inner ul li a{
    color: black;
  font-size: 18px;
  font-weight: 400;
}

.quikctech-course-sum-inner ul li a{
    display: flex;
    gap: 10px;
}

.quikctech-course-sum-inner ul li a p{
    font-weight: 500;
}

.quikctech-course-sum-inner ul li a p span{
    font-size: 15px;
  color: #0000009e;
}

.quikctech-find-btn a {
	padding: 12px;
	background-color: #1e3c8b;
	color: white;
	font-weight: 600;
	border-radius: 5px;
}

.quikctech-find-btn{
    margin-top: 19px;
}

.quicktech-uni-info-inner h5{
   padding-top: 10px;

   color: black;
}
.quicktech-uni-info-inner {
	box-shadow: 10px 15px 40px rgba(0,0,0,.1);
	padding-bottom: 6px;
	border-radius: 5px;
	overflow: hidden;
}
.quicktech-uni-info-inner span img{
    height: 20px;
}

.quicktech-uni-info-inner p{
    margin-top: 10px;
    color: black;
}
    /* uni details */